home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / fun / bpromise.cpt / The Bible Promise Stack© / background_22891.xml next >
Encoding:
Extensible Markup Language  |  1992-08-27  |  7.2 KB  |  200 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
  3. <background>
  4.     <id>22891</id>
  5.     <filler1>0</filler1>
  6.     <bitmap>BMAP_25511.pbm</bitmap>
  7.     <cantDelete> <true /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <link rel="stylesheet" type="text/css" href="stylesheet_3099.css" />
  11.     <part>
  12.         <id>10</id>
  13.         <type>button</type>
  14.         <visible> <true /> </visible>
  15.         <reserved5> 0 </reserved5>
  16.         <reserved4> 0 </reserved4>
  17.         <reserved3> 0 </reserved3>
  18.         <reserved2> 0 </reserved2>
  19.         <reserved1> 0 </reserved1>
  20.         <enabled> <true /> </enabled>
  21.         <rect>
  22.             <left>138</left>
  23.             <top>0</top>
  24.             <right>363</right>
  25.             <bottom>20</bottom>
  26.         </rect>
  27.         <style>transparent</style>
  28.         <showName> <true /> </showName>
  29.         <highlight> <false /> </highlight>
  30.         <autoHighlight> <false /> </autoHighlight>
  31.         <sharedHighlight> <false /> </sharedHighlight>
  32.         <family>0</family>
  33.         <titleWidth>0</titleWidth>
  34.         <icon>0</icon>
  35.         <textAlign>center</textAlign>
  36.         <font>Times</font>
  37.         <textSize>18</textSize>
  38.         <textStyle>shadow</textStyle>
  39.         <name>The Bible Promise Stack┬⌐</name>
  40.         <script></script>
  41.     </part>
  42.     <part>
  43.         <id>16</id>
  44.         <type>button</type>
  45.         <visible> <true /> </visible>
  46.         <reserved5> 0 </reserved5>
  47.         <reserved4> 0 </reserved4>
  48.         <reserved3> 0 </reserved3>
  49.         <reserved2> 0 </reserved2>
  50.         <reserved1> 0 </reserved1>
  51.         <enabled> <true /> </enabled>
  52.         <rect>
  53.             <left>200</left>
  54.             <top>323</top>
  55.             <right>222</right>
  56.             <bottom>340</bottom>
  57.         </rect>
  58.         <style>shadow</style>
  59.         <showName> <true /> </showName>
  60.         <highlight> <false /> </highlight>
  61.         <autoHighlight> <true /> </autoHighlight>
  62.         <sharedHighlight> <true /> </sharedHighlight>
  63.         <family>0</family>
  64.         <titleWidth>0</titleWidth>
  65.         <icon>0</icon>
  66.         <textAlign>center</textAlign>
  67.         <font>Geneva</font>
  68.         <textSize>9</textSize>
  69.         <textStyle>plain</textStyle>
  70.         <name>Quit</name>
  71.         <script>on mouseUp
  72. global balloonwastrue
  73. balloon
  74. if the result is not empty then
  75. play "Click"
  76. doMenu "Quit Hypercard"
  77. else
  78. play "Click"
  79. answer "Do you want balloon help turned off?" with "Yes" or "No"
  80. if it = "Yes" then
  81. balloon false
  82. put false into balloonwastrue
  83. doMenu "Quit Hypercard"
  84. else
  85. doMenu "Quit Hypercard"
  86. end if
  87. end if
  88. pass mouseUp
  89. end mouseUp
  90.  
  91. on mouseWithin
  92. balloon "Click this button to Quit Hypercard."
  93. end mouseWithin</script>
  94.     </part>
  95.     <part>
  96.         <id>17</id>
  97.         <type>button</type>
  98.         <visible> <true /> </visible>
  99.         <reserved5> 0 </reserved5>
  100.         <reserved4> 0 </reserved4>
  101.         <reserved3> 0 </reserved3>
  102.         <reserved2> 0 </reserved2>
  103.         <reserved1> 0 </reserved1>
  104.         <enabled> <true /> </enabled>
  105.         <rect>
  106.             <left>224</left>
  107.             <top>323</top>
  108.             <right>242</right>
  109.             <bottom>342</bottom>
  110.         </rect>
  111.         <style>transparent</style>
  112.         <showName> <false /> </showName>
  113.         <highlight> <false /> </highlight>
  114.         <autoHighlight> <true /> </autoHighlight>
  115.         <sharedHighlight> <true /> </sharedHighlight>
  116.         <family>0</family>
  117.         <titleWidth>0</titleWidth>
  118.         <icon>26635</icon>
  119.         <textAlign>center</textAlign>
  120.         <font>Chicago</font>
  121.         <textSize>12</textSize>
  122.         <textStyle>plain</textStyle>
  123.         <name>New Button</name>
  124.         <script>on mouseUp
  125. play "Click"
  126. global balloonwastrue
  127. balloon
  128. if the result is not empty then
  129. balloon true
  130. put true into balloonwastrue
  131. else
  132. balloon false
  133. put false into balloonwastrue
  134. end if
  135. pass mouseUp
  136. end mouseUp
  137.  
  138. on mouseWithin
  139. balloon "Click this button to turn balloon help" ┬¼
  140. & " on or off."
  141. end mouseWithin</script>
  142.     </part>
  143.     <part>
  144.         <id>18</id>
  145.         <type>button</type>
  146.         <visible> <true /> </visible>
  147.         <reserved5> 0 </reserved5>
  148.         <reserved4> 0 </reserved4>
  149.         <reserved3> 0 </reserved3>
  150.         <reserved2> 0 </reserved2>
  151.         <reserved1> 0 </reserved1>
  152.         <enabled> <true /> </enabled>
  153.         <rect>
  154.             <left>473</left>
  155.             <top>1</top>
  156.             <right>511</right>
  157.             <bottom>22</bottom>
  158.         </rect>
  159.         <style>transparent</style>
  160.         <showName> <false /> </showName>
  161.         <highlight> <false /> </highlight>
  162.         <autoHighlight> <true /> </autoHighlight>
  163.         <sharedHighlight> <true /> </sharedHighlight>
  164.         <family>0</family>
  165.         <titleWidth>0</titleWidth>
  166.         <icon>21700</icon>
  167.         <textAlign>center</textAlign>
  168.         <font>Chicago</font>
  169.         <textSize>12</textSize>
  170.         <textStyle>plain</textStyle>
  171.         <name>New Button</name>
  172.         <script>on mouseUp
  173. global balloonwastrue
  174. balloon
  175. if the result is not empty then
  176. play "Click"
  177. show menuBar
  178. go Home
  179. else
  180. play "Click"
  181. answer "Do you want balloon help turned off?" with "Yes" or "No"
  182. if it = "Yes" then
  183. balloon false
  184. put false into balloonwastrue
  185. show menuBar
  186. go Home
  187. else
  188. show menuBar
  189. go Home
  190. end if
  191. end if
  192. pass mouseUp
  193. end mouseUp
  194.  
  195. on mousewithin
  196. balloon "Click this button to go Home."
  197. end mousewithin
  198.  
  199. </script>
  200.     </part>
  201.     <part>
  202.         <id>19</id>
  203.         <type>button</type>
  204.         <visible> <true /> </visible>
  205.         <reserved5> 0 </reserved5>
  206.         <reserved4> 0 </reserved4>
  207.         <reserved3> 0 </reserved3>
  208.         <reserved2> 0 </reserved2>
  209.         <reserved1> 0 </reserved1>
  210.         <enabled> <true /> </enabled>
  211.         <rect>
  212.             <left>28</left>
  213.             <top>320</top>
  214.             <right>58</right>
  215.             <bottom>342</bottom>
  216.         </rect>
  217.         <style>transparent</style>
  218.         <showName> <false /> </showName>
  219.         <highlight> <false /> </highlight>
  220.         <autoHighlight> <true /> </autoHighlight>
  221.         <sharedHighlight> <true /> </sharedHighlight>
  222.         <family>0</family>
  223.         <titleWidth>0</titleWidth>
  224.         <icon>22308</icon>
  225.         <textAlign>center</textAlign>
  226.         <font>Chicago</font>
  227.         <textSize>12</textSize>
  228.         <textStyle>plain</textStyle>
  229.         <name>New Button</name>
  230.         <script>on mouseUp
  231. global balloonwastrue
  232. play "Click"
  233. balloon
  234. if the result is not empty then
  235. lock screen
  236. go next
  237. unlock screen with visual effect wipe left
  238. else
  239. put true into balloonwastrue
  240. lock screen
  241. go next
  242. unlock screen with visual effect wipe left
  243. end if
  244. pass mouseup
  245. end mouseUp
  246.  
  247. on mousewithin
  248. balloon "Click this button to go to the next card."
  249. end mousewithin</script>
  250.     </part>
  251.     <part>
  252.         <id>20</id>
  253.         <type>button</type>
  254.         <visible> <true /> </visible>
  255.         <reserved5> 0 </reserved5>
  256.         <reserved4> 0 </reserved4>
  257.         <reserved3> 0 </reserved3>
  258.         <reserved2> 0 </reserved2>
  259.         <reserved1> 0 </reserved1>
  260.         <enabled> <true /> </enabled>
  261.         <rect>
  262.             <left>0</left>
  263.             <top>320</top>
  264.             <right>28</right>
  265.             <bottom>342</bottom>
  266.         </rect>
  267.         <style>transparent</style>
  268.         <showName> <false /> </showName>
  269.         <highlight> <false /> </highlight>
  270.         <autoHighlight> <true /> </autoHighlight>
  271.         <sharedHighlight> <true /> </sharedHighlight>
  272.         <family>0</family>
  273.         <titleWidth>0</titleWidth>
  274.         <icon>19381</icon>
  275.         <textAlign>center</textAlign>
  276.         <font>Chicago</font>
  277.         <textSize>12</textSize>
  278.         <textStyle>plain</textStyle>
  279.         <name>New Button</name>
  280.         <script>on mouseup
  281. global balloonwastrue
  282. play "Click"
  283. balloon
  284. if the result is not empty then
  285. lock screen
  286. go previous
  287. unlock screen with visual effect wipe right
  288. else
  289. put true into balloonwastrue
  290. lock screen
  291. go previous
  292. unlock screen with visual effect wipe right
  293. end if
  294. pass mouseUp
  295. end mouseUp
  296.  
  297. on mousewithin
  298. balloon "Click this button to go to the previous card."
  299. end mousewithin
  300.  
  301. </script>
  302.     </part>
  303.     <name>Info Background</name>
  304.     <script>on opencard
  305. global balloonwastrue
  306. if balloonwastrue = "true" then
  307. balloon true
  308. put 0 into balloonwastrue
  309. else
  310. end if
  311. pass opencard
  312. end opencard
  313.  
  314. on resumecard
  315. global balloonwastrue
  316. if balloonwastrue = "true" then
  317. balloon true
  318. put 0 into balloonwastrue
  319. else
  320. end if
  321. pass resumecard
  322. end resumecard
  323. </script>
  324. </background>
  325.